@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.head {
    padding: 70px 0;
    background: #f9fbff;
}

.head_img {
    width: 535px;
    height: 284px;
}

.icon-box {
    border-radius: 50%;
    background: rgba(231, 238, 254, 0.39);
    padding: 25px 15px;
    position: absolute;
    top: -20px;
    left: -94px;
}

.title {
    color: #999;
    font-weight: 800;
    font-size: 20px;
}

.title::after {
    content: "";
}

.about_line {
    border-top: 1px solid #ccc;
    width: 305px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.about_line::after {
    content: "";
    width: 33px;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    top: -1px;
    right: 0;
}

.title-item {
    font-size: 24px;
    font-weight: bold;
}

.title-item span {
    font-weight: 400;
    font-size: 18px;
}

.container {
    margin-top: 30px;
}